github.com/refraction-networking/utls.serverHelloMsg.selectedGroup (field)
10 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L311: if hs.serverHello.selectedGroup == 0 && hs.serverHello.cookie == nil {
handshake_client_tls13.go#L328: if curveID := hs.serverHello.selectedGroup; curveID != 0 {
handshake_client_tls13.go#L519: if hs.serverHello.selectedGroup != 0 {
handshake_messages.go#L774: selectedGroup CurveID
handshake_messages.go#L855: if m.selectedGroup != 0 {
handshake_messages.go#L858: exts.AddUint16(uint16(m.selectedGroup))
handshake_messages.go#L998: if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
handshake_server_tls13.go#L566: selectedGroup: selectedGroup,
u_public.go#L320: selectedGroup: shm.SelectedGroup,
u_public.go#L350: SelectedGroup: shm.selectedGroup,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |